Autogenerated HTML docs for v1.5.4.3-484-g60e3
diff --git a/git-stash.html b/git-stash.html index 0300f0c..bd6adae 100644 --- a/git-stash.html +++ b/git-stash.html
@@ -273,7 +273,7 @@ <h2>SYNOPSIS</h2> <div class="sectionbody"> <div class="verseblock"> -<div class="content"><em>git-stash</em> (list | show [<stash>] | apply [<stash>] | clear) +<div class="content"><em>git-stash</em> (list | show [<stash>] | apply [<stash>] | clear | drop [<stash>] | pop [<stash>]) <em>git-stash</em> [save [<message>]]</div></div> </div> <h2>DESCRIPTION</h2> @@ -365,6 +365,25 @@ be subject to pruning, and may be difficult or impossible to recover. </p> </dd> +<dt> +drop [<stash>] +</dt> +<dd> +<p> + Remove a single stashed state from the stash list. When no <tt><stash></tt> + is given, it removes the latest one. i.e. <tt>stash@{0}</tt> +</p> +</dd> +<dt> +pop [<stash>] +</dt> +<dd> +<p> + Remove a single stashed state from the stash list and apply on top + of the current working tree state. When no <tt><stash></tt> is given, + <tt>stash@{0}</tt> is assumed. See also <tt>apply</tt>. +</p> +</dd> </dl> </div> <h2>DISCUSSION</h2> @@ -463,7 +482,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 21-Feb-2008 02:29:24 UTC +Last updated 08-Mar-2008 09:30:02 UTC </div> </div> </body>